Skip to content

Commit

Permalink
Merge pull request #68 from Probesys/fix/Dockerfile
Browse files Browse the repository at this point in the history
fix alpine to version 3.18.5
  • Loading branch information
ctresvaux committed Dec 8, 2023
2 parents 36ad8c7 + 2f6689f commit 4b433f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:latest AS base
FROM alpine:3.18.5 AS base

WORKDIR /var/www/
COPY . /var/www/
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repos
# && yarn add @symfony/webpack-encore \
&& yarn encore production

FROM alpine:latest AS run
FROM alpine:3.18.5 AS run

LABEL maintainer = "Sébastien Poher <sebastien.poher@probesys.com>"
LABEL name = "AgentJ web app"
Expand Down

0 comments on commit 4b433f8

Please sign in to comment.