Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent 7ed9df3 commit a6a614b
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 @@ -23,7 +23,7 @@ COPY controllers/ controllers/
# Build
RUN CGO_ENABLED=0 go build -o manager main.go

FROM alpine:3.18.4
FROM alpine:3.18.5
WORKDIR /app

RUN apk add --no-cache --upgrade ca-certificates
Expand Down

0 comments on commit a6a614b

Please sign in to comment.