Skip to content

Commit

Permalink
Merge pull request #1005 from traPtitech/dependabot/docker/docker/dev…
Browse files Browse the repository at this point in the history
…/golang-1.23.2-alpine
  • Loading branch information
ikura-hamu authored Oct 6, 2024
2 parents 8198f6e + b34adc7 commit 4a691ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM golang:1.23.1-alpine AS build
FROM golang:1.23.2-alpine AS build

RUN --mount=type=cache,target=/var/cache/apk \
apk --update add tzdata git && \
Expand Down

0 comments on commit 4a691ad

Please sign in to comment.