Skip to content

Commit

Permalink
Merge pull request #456 from controlplaneio/dependabot/docker/alpine-…
Browse files Browse the repository at this point in the history
…3.18

chore(deps): bump alpine from 3.17 to 3.18
  • Loading branch information
spiarh authored Sep 4, 2023
2 parents 0e858aa + f34fede commit a2d09b0
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 @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o kubesec .

# ===

FROM alpine:3.17
FROM alpine:3.18

ARG K8S_SCHEMA_VER
ENV K8S_SCHEMA_VER=${K8S_SCHEMA_VER:-}
Expand Down

0 comments on commit a2d09b0

Please sign in to comment.