Skip to content

Commit

Permalink
Merge pull request #29 from mutablelogic/v1
Browse files Browse the repository at this point in the history
Upgraded dockerfile to go1.22
  • Loading branch information
djthorpe authored May 26, 2024
2 parents 8be4644 + a4830a3 commit c873f76
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 c873f76

Please sign in to comment.