Skip to content

Commit

Permalink
Merge pull request #94 from qbarrand/dependabot/docker/alpine-3.18.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.2 to 3.18.3
  • Loading branch information
qbarrand authored Aug 8, 2023
2 parents 3c81e19 + 3558dfb commit 3ed3711
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
Expand Up @@ -14,7 +14,7 @@ COPY internal internal
RUN ["apk", "add", "gcc", "musl-dev"]
RUN ["go", "build", "-o", "gitstream"]

FROM alpine:3.18.2
FROM alpine:3.18.3

RUN ["apk", "add", "ca-certificates"]

Expand Down

0 comments on commit 3ed3711

Please sign in to comment.