Skip to content

Commit

Permalink
Merge pull request #120 from AppleGamer22/dependabot/docker/alpine-3.…
Browse files Browse the repository at this point in the history
…18.5

chore: bump alpine from 3.18.4 to 3.18.5
  • Loading branch information
AppleGamer22 authored Dec 1, 2023
2 parents d0c109c + 3f78b33 commit cb1fe1f
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 @@ -13,7 +13,7 @@ ENV GOOS=$TARGETOS
ENV GOARCH=$TARGETARCH
RUN go build -ldflags="-X '$PACKAGE/shared.Version=$VERSION' -X '$PACKAGE/shared.Hash=$HASH'" -o raker ./server

FROM --platform=$BUILDPLATFORM alpine:3.18.4 AS server
FROM --platform=$BUILDPLATFORM alpine:3.18.5 AS server
WORKDIR /raker
COPY --from=build /raker/raker .
COPY templates templates
Expand Down

0 comments on commit cb1fe1f

Please sign in to comment.