Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent fa48494 commit 01ef1fb
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 @@ -14,7 +14,7 @@ WORKDIR ${APP_DIR}
COPY . .
RUN make release PRERELEASE=

FROM alpine:3.14.3
FROM alpine:3.17.2
ARG PORT=8888
ENV FIREWORQONSOLE_BIND 0.0.0.0:$PORT
ENV APP_DIR /go/src/github.com/fireworq/fireworqonsole
Expand Down

0 comments on commit 01ef1fb

Please sign in to comment.