Skip to content

Commit

Permalink
Merge pull request #63 from AndriyKalashnykov/renovate/all
Browse files Browse the repository at this point in the history
chore(all): update all
  • Loading branch information
AndriyKalashnykov authored Jan 9, 2025
2 parents 0808ea4 + 54e421d commit a8de2e6
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,5 +1,5 @@
# build
FROM --platform=$BUILDPLATFORM golang:1.23-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build
FROM --platform=$BUILDPLATFORM golang:1.23-alpine@sha256:04ec5618ca64098b8325e064aa1de2d3efbbd022a3ac5554d49d5ece99d41ad5 AS build
WORKDIR /app
COPY go.mod go.sum ./
ARG GOMODCACHE GOCACHE
Expand All @@ -11,7 +11,7 @@ RUN --mount=type=cache,target="$GOMODCACHE" \
CGO_ENABLED=0 GOOS="$TARGETOS" GOARCH="$TARGETARCH" go build -o /app/main .

# runtime image
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS runtime
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS runtime
WORKDIR /
RUN addgroup -g 1000 srvgroup && \
adduser -D srvuser -u 1000 -G srvgroup
Expand Down

0 comments on commit a8de2e6

Please sign in to comment.