Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from ViRb3/dependabot/docker/alpine-3.14.2
Browse files Browse the repository at this point in the history
fix(deps): bump alpine from 3.14.1 to 3.14.2
  • Loading branch information
ViRb3 authored Oct 15, 2021
2 parents 1135189 + 3d63b24 commit d55277b
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 @@ -6,7 +6,7 @@ COPY . .
RUN go mod download && \
CGO_ENABLED=0 go build -ldflags="-s -w" -o "webdav-server"

FROM alpine:3.14.1
FROM alpine:3.14.2

WORKDIR /

Expand Down

0 comments on commit d55277b

Please sign in to comment.