Skip to content

Commit

Permalink
Update dependency alpine to v3.15.4 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 18, 2022
1 parent 006aa46 commit e58fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-management-api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN go build -o content-management-api main.go

# runtime image
FROM alpine:3.15.0
FROM alpine:3.15.4

COPY --from=buildImage /usr/src/content-management-api /
COPY --from=buildImage /usr/src/conf/config.yaml /etc/sleepy-hollow/
Expand Down

0 comments on commit e58fc85

Please sign in to comment.