Skip to content

Commit 2c1ff8e

Browse files
authored
Update Dockerfile (#8)
* Update Dockerfile * Update APP_VERSION
1 parent 2709abd commit 2c1ff8e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

APP_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# https://catalog.redhat.com/software/containers/ubi9/nginx-120/61a609f2bfd4a5234d596287
2-
FROM registry.access.redhat.com/ubi9/nginx-120@sha256:6e091d47bb5d0fe2a3326d30542c348b39f8db3a644acb7ff63f10e997f2a059
2+
FROM registry.access.redhat.com/ubi9/nginx-120:latest
33

44
USER root
55
ARG APP_VERSION
66
RUN echo -e "Nginx Version: $NGINX_VERSION\nApp Version: $APP_VERSION" > /VERSION
77

8-
# update expat: RHSA-2022:6838
9-
RUN dnf install -y expat-0:2.2.10-12.el9_0.3
10-
118
USER default
129

1310
ADD ./excalidraw/build /tmp/src

0 commit comments

Comments
 (0)