Skip to content

Commit

Permalink
Merge pull request #1212 from traPtitech/dependabot/docker/docker/sta…
Browse files Browse the repository at this point in the history
…ging/golang-1.22.2-alpine

Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/staging
  • Loading branch information
kaitoyama authored Apr 27, 2024
2 parents cc44188 + ab1014d commit 8276b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/staging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.3.0

# build backend
FROM golang:1.20.7-alpine as server-build
FROM golang:1.22.2-alpine as server-build
RUN --mount=type=cache,target=/var/cache/apk \
apk add --update git

Expand Down

0 comments on commit 8276b3d

Please sign in to comment.