mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2026-02-06 18:55:33 +01:00
chore(deps): pin versions and setup dependabot for Dockerfile (#21)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG BUILD_IMAGE=ghcr.io/arlind-dev/sulej.ch:build-latest
|
||||
FROM --platform=$BUILDPLATFORM ${BUILD_IMAGE} AS build
|
||||
|
||||
FROM nginx:alpine
|
||||
FROM nginx:1.29.2-alpine3.22
|
||||
|
||||
ARG BUILD_IMAGE
|
||||
|
||||
@@ -9,4 +9,4 @@ WORKDIR /usr/share/nginx/html
|
||||
COPY --from=build /output ./
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user