Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed May 23, 2024
1 parent 677bf21 commit a0360f3
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.3-alpine3.19 as builder
FROM golang:1.22.3-alpine3.20 as builder

RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev

Expand All @@ -8,7 +8,7 @@ RUN make -C /src install PREFIX=/pkg GOTOOLCHAIN=local GO_BUILDFLAGS='-mod vendo

################################################################################

FROM alpine:3.19
FROM alpine:3.20

RUN addgroup -g 4200 appgroup \
&& adduser -h /home/appuser -s /sbin/nologin -G appgroup -D -u 4200 appuser
Expand Down

0 comments on commit a0360f3

Please sign in to comment.