Skip to content

Commit

Permalink
Merge pull request #5 from viascom/dependabot/docker/docker/main/alpi…
Browse files Browse the repository at this point in the history
…ne-3.19.1

chore(deps): bump alpine from 3.19.0 to 3.19.1 in /docker
  • Loading branch information
nik-sta authored Apr 18, 2024
2 parents 432a2f7 + c15f1f6 commit 1c376cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
COPY api/ .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o api .

FROM alpine:3.19.0
FROM alpine:3.19.1

ENV USER=exie \
GROUP=party \
Expand Down

0 comments on commit 1c376cc

Please sign in to comment.