We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2709abd commit 2c1ff8eCopy full SHA for 2c1ff8e
APP_VERSION
@@ -1 +1 @@
1
-0.12.0
+0.13.0
Dockerfile
@@ -1,13 +1,10 @@
# https://catalog.redhat.com/software/containers/ubi9/nginx-120/61a609f2bfd4a5234d596287
2
-FROM registry.access.redhat.com/ubi9/nginx-120@sha256:6e091d47bb5d0fe2a3326d30542c348b39f8db3a644acb7ff63f10e997f2a059
+FROM registry.access.redhat.com/ubi9/nginx-120:latest
3
4
USER root
5
ARG APP_VERSION
6
RUN echo -e "Nginx Version: $NGINX_VERSION\nApp Version: $APP_VERSION" > /VERSION
7
8
-# update expat: RHSA-2022:6838
9
-RUN dnf install -y expat-0:2.2.10-12.el9_0.3
10
-
11
USER default
12
13
ADD ./excalidraw/build /tmp/src
0 commit comments