Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed Mar 19, 2024
1 parent 227fcce commit 51ee34e
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-20240226-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 51ee34e

Please sign in to comment.