Skip to content

Commit

Permalink
Merge pull request doitintl#566 from doitintl/dependabot/docker/golan…
Browse files Browse the repository at this point in the history
…g-1.22-alpine3.19

dep: Docker Bump golang from 1.21-alpine3.19 to 1.22-alpine3.19
  • Loading branch information
dark0dave authored Feb 28, 2024
2 parents 9ae8cb5 + cc6d7e9 commit 17cac29
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,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21-alpine3.19 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.19 AS builder
ARG GITHUB_REF GITHUB_SHA
WORKDIR /src
COPY go.mod go.sum ./
Expand Down

0 comments on commit 17cac29

Please sign in to comment.