Skip to content

Commit

Permalink
Merge pull request #118 from wandera/dependabot/docker/alpine-3.19.1
Browse files Browse the repository at this point in the history
Bump alpine from 3.19.0 to 3.19.1
  • Loading branch information
coufalja authored Feb 5, 2024
2 parents beb78a2 + f0979fe commit 1375477
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 @@ -9,7 +9,7 @@ COPY . .
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build GOMODCACHE=/go/pkg/mod GOCACHE=/root/.cache/go-build go build -v -ldflags '-w -s -X 'github.com/wandera/git2kube/cmd.Version=${VERSION}

# Runtime image
FROM alpine:3.19.0
FROM alpine:3.19.1
RUN apk --no-cache add ca-certificates

RUN apk --no-cache --virtual .openssh add openssh \
Expand Down

0 comments on commit 1375477

Please sign in to comment.