Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
update dockerfile, docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsNoMoon committed May 26, 2023
1 parent dd33acd commit af5ca22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ["Cargo.*", "./"]
RUN cargo audit -D unsound -D yanked

FROM --platform=$BUILDPLATFORM rust:1.69-alpine3.17 AS builder
RUN apk add --no-cache --update musl-dev=1.2.3-r4 && \
RUN apk add --no-cache --update musl-dev=1.2.3-r5 && \
USER=root cargo new --bin highlights

ARG RUSTTARGET
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
highlights:
image: thatsnomoon/highlights:2.0.0
image: thatsnomoon/highlights:2
networks:
- net
secrets:
Expand Down

0 comments on commit af5ca22

Please sign in to comment.