Skip to content

Commit dab5144

Browse files
Merge pull request #586 from lukaszbudnik/dependabot/docker/alpine-3.20.3
2 parents 4a030e1 + 5349ff3 commit dab5144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . /go/migrator
1212
RUN cd /go/migrator && \
1313
go build -ldflags "-X main.GitSha=$GIT_SHA -X main.GitRef=$GIT_REF"
1414

15-
FROM alpine:3.20.2
15+
FROM alpine:3.20.3
1616

1717
LABEL org.opencontainers.image.authors="Łukasz Budnik <[email protected]>"
1818

0 commit comments

Comments
 (0)