Skip to content

Commit

Permalink
Bump alpine from 3.17.2 to 3.18.2 in /images
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.2 to 3.18.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Jun 16, 2023
1 parent 632ca96 commit 9d43cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o api-server ./api/cmd/api/...

FROM alpine:3.17.2
FROM alpine:3.18.2

RUN apk --no-cache add git ca-certificates openssh-client && addgroup -S hub && adduser -S hub -G hub
USER hub
Expand Down
2 changes: 1 addition & 1 deletion images/db.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH

RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o db-migration ./api/cmd/db/...

FROM alpine:3.17.2
FROM alpine:3.18.2

RUN apk --no-cache add ca-certificates && addgroup -S hub && adduser -S hub -G hub
USER hub
Expand Down

0 comments on commit 9d43cd9

Please sign in to comment.