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 730198a commit 4efc683Copy full SHA for 4efc683
Dockerfile
@@ -27,7 +27,7 @@
27
28
# base installation to speed up build process
29
# https://github.com/davidfrantz/base_image
30
-FROM davidfrantz/base:latest as force_builder
+FROM davidfrantz/base:ubuntu24 AS force_builder
31
32
# Environment variables
33
ENV SOURCE_DIR $HOME/src/force
@@ -54,7 +54,7 @@ RUN echo "building FORCE" && \
54
# clone FORCE UDF
55
git clone https://github.com/davidfrantz/force-udf.git
56
57
-FROM davidfrantz/base:latest as force
+FROM davidfrantz/base:ubuntu24 AS force
58
59
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/bin $HOME/bin
60
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/force-udf $HOME/udf
0 commit comments