Skip to content

Commit

Permalink
chore: bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Sep 20, 2024
1 parent 1b35f61 commit f63e9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go mod download
COPY ./ ./
RUN OS=${TARGETOS} ARCH=${TARGETARCH} make build

FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image-canary-checker:v0.2.4
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image-canary-checker:0.5.15
ARG TARGETARCH

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion build/minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go mod download
COPY ./ ./
RUN OS=${TARGETOS} ARCH=${TARGETARCH} make build

FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image:v0.2.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image:0.5.15
ARG TARGETARCH

WORKDIR /app
Expand Down

0 comments on commit f63e9e4

Please sign in to comment.