Skip to content

Commit 8178162

Browse files
build(deps): bump alpine from 3.15.1 to 3.15.2 (#727)
Bumps alpine from 3.15.1 to 3.15.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c26804 commit 8178162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADD . ./
1010
ENV CGO_ENABLED=0
1111
RUN go build -o fake-gcs-server
1212

13-
FROM alpine:3.15.1
13+
FROM alpine:3.15.2
1414
RUN apk add --no-cache mailcap
1515
COPY --from=builder /code/fake-gcs-server /bin/fake-gcs-server
1616
RUN /bin/fake-gcs-server -h

0 commit comments

Comments
 (0)