Skip to content

Commit

Permalink
Merge pull request #607 from traPtitech/dependabot/docker/docker/test…
Browse files Browse the repository at this point in the history
…/golang-1.20.4-alpine

Bump golang from 1.20.3-alpine to 1.20.4-alpine in /docker/test
  • Loading branch information
mazrean committed May 5, 2023
2 parents dc0a879 + 887a2a5 commit 1db7765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM golang:1.20.3-alpine AS build
FROM golang:1.20.4-alpine AS build

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

0 comments on commit 1db7765

Please sign in to comment.