We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f82c9 commit 576e5c2Copy full SHA for 576e5c2
Dockerfile
@@ -1,14 +1,10 @@
1
-FROM harbor.ntppool.org/perlorg/base-os:3.15.0-1
+FROM harbor.ntppool.org/perlorg/base-os:3.17.3
2
3
# Note that this only builds dependencies and such, it doesn't
4
# actually include the site code etc itself. The site code
5
# includes the documents which are updated more often and we
6
# don't want to rebuild and restart the container each time.
7
8
-# Cache buster for occasionally resetting the cached images even if
9
-# the base doesn't change.
10
-ENV LAST_UPDATED 2021-08-24
11
-
12
USER root
13
14
RUN apk update; apk upgrade ; apk add curl git \
0 commit comments