Skip to content

Commit

Permalink
Merge pull request #61 from ajilach/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.21
  • Loading branch information
arizon-dread authored Dec 13, 2024
2 parents cfae8ae + a570b2c commit d7eb752
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 @@ -10,7 +10,7 @@ WORKDIR /go/src
ADD . /go/src/clamav-rest/
RUN cd /go/src/clamav-rest && go mod download github.com/dutchcoders/go-clamd@latest && go mod init clamav-rest && go mod tidy && go mod vendor && go build -v

FROM alpine:3.20
FROM alpine:3.21

# Copy compiled clamav-rest binary from build container to production container
COPY --from=build /go/src/clamav-rest/clamav-rest /usr/bin/
Expand Down

0 comments on commit d7eb752

Please sign in to comment.