Skip to content

Commit

Permalink
Merge pull request #12 from nlnwa/update-container
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
maeb authored Jul 19, 2024
2 parents ac84594 + 5b90700 commit b2db8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 as build
FROM golang:1.22 AS build

WORKDIR /build

Expand All @@ -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 b2db8a9

Please sign in to comment.