Skip to content

Commit

Permalink
chore: bump alpine version to resolve vulnerabilities (#355)
Browse files Browse the repository at this point in the history
* chore: bump alpine version to resolve vulnerabilities

* chore: bump golang container to latest minor version
  • Loading branch information
knechtionscoding authored Oct 31, 2023
1 parent 4aa220e commit 35f8a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:1.19.1 AS BUILDER
FROM golang:1.19.5 AS BUILDER
WORKDIR /go/src/github.com/jtblin/kube2iam
ENV ARCH=linux
ENV CGO_ENABLED=0
COPY . ./
RUN make setup && make build

FROM alpine:3.14.3
FROM alpine:3.17.1
RUN apk --no-cache add \
ca-certificates \
iptables
Expand Down

0 comments on commit 35f8a42

Please sign in to comment.