Skip to content

Commit

Permalink
build: update base image
Browse files Browse the repository at this point in the history
This commit updates the base image since the current is not updated anymore.
  • Loading branch information
maeb committed Jul 19, 2024
1 parent cc4eb1e commit 5b90700
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 @@ -15,7 +15,7 @@ COPY . .
# -w disable DWARF generation
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags "-s -w" .

FROM gcr.io/distroless/base
FROM gcr.io/distroless/static-debian12
COPY --from=build /build/veidemann-scopeservice /

# api server
Expand Down

0 comments on commit 5b90700

Please sign in to comment.