Skip to content

Commit

Permalink
Upgraded dockerfile to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed May 26, 2024
1 parent 3181388 commit a4830a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG OS
ARG ARCH

# Run makefile to build all the commands
FROM --platform=${OS}/${ARCH} golang:1.21-bullseye AS builder
FROM --platform=${OS}/${ARCH} golang:1.22-bullseye AS builder
ARG OS
ARG ARCH
WORKDIR /usr/src/app
Expand Down

0 comments on commit a4830a3

Please sign in to comment.