Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/backend/google.golang.…
Browse files Browse the repository at this point in the history
…org/protobuf-1.33.0
  • Loading branch information
nileger authored Mar 19, 2024
2 parents f5e26d0 + 51ee34e commit b2792d7
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 @@ -17,7 +17,7 @@ COPY ./frontend ./
RUN npm run build

FROM alpine:3.16
RUN apk --no-cache add ca-certificates=20230506-r0
RUN apk --no-cache add ca-certificates=20240226-r0
WORKDIR /usr/local/bin/
COPY ./data/ /usr/local/data/
COPY --from=go-builder /app/bin/main /usr/local/bin/
Expand Down

0 comments on commit b2792d7

Please sign in to comment.