mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
build(deps): bump golang from 1.21-bullseye to 1.22-bullseye
Bumps golang from 1.21-bullseye to 1.22-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b848ea7525
commit
7beea7b5a8
@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# this stage is used to build the application
|
||||
FROM golang:1.21-bullseye AS builder
|
||||
FROM golang:1.22-bullseye AS builder
|
||||
|
||||
COPY ./go.* /src/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user