Skip to content

Commit 4efc683

Browse files
committed
Dockerfile: set FROM to base:ubuntu24
1 parent 730198a commit 4efc683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# base installation to speed up build process
2929
# https://github.com/davidfrantz/base_image
30-
FROM davidfrantz/base:latest as force_builder
30+
FROM davidfrantz/base:ubuntu24 AS force_builder
3131

3232
# Environment variables
3333
ENV SOURCE_DIR $HOME/src/force
@@ -54,7 +54,7 @@ RUN echo "building FORCE" && \
5454
# clone FORCE UDF
5555
git clone https://github.com/davidfrantz/force-udf.git
5656

57-
FROM davidfrantz/base:latest as force
57+
FROM davidfrantz/base:ubuntu24 AS force
5858

5959
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/bin $HOME/bin
6060
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/force-udf $HOME/udf

0 commit comments

Comments
 (0)