Skip to content

Commit c873f76

Browse files
authored
Merge pull request #29 from mutablelogic/v1
Upgraded dockerfile to go1.22
2 parents 8be4644 + a4830a3 commit c873f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG OS
22
ARG ARCH
33

44
# Run makefile to build all the commands
5-
FROM --platform=${OS}/${ARCH} golang:1.21-bullseye AS builder
5+
FROM --platform=${OS}/${ARCH} golang:1.22-bullseye AS builder
66
ARG OS
77
ARG ARCH
88
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)