Skip to content

Commit

Permalink
upgrade golang build image version
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Jan 21, 2024
1 parent 10bb2d6 commit 8470682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.5-labs

FROM golang:1.19-bullseye as Build
FROM golang:1.21-bullseye as Build


RUN apt install make g++
Expand Down

0 comments on commit 8470682

Please sign in to comment.