mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Merge pull request #262 from tarampampam/dependabot/docker/golang-1.22-bullseye
build(deps): bump golang from 1.21-bullseye to 1.22-bullseye
This commit is contained in:
commit
8dfc68dd6f
@ -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