Skip to content

Commit

Permalink
chore: bump base-image
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Jul 8, 2024
1 parent fd98128 commit 4f5efbc
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:v0.0.9
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image:v0.2.0
WORKDIR /app

ARG TARGETARCH
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.0.9
FROM --platform=${BUILDPLATFORM:-linux/amd64} flanksource/base-image:v0.2.0
WORKDIR /app

RUN mkdir /opt/database && groupadd --gid 1000 canary && \
Expand Down

0 comments on commit 4f5efbc

Please sign in to comment.