Skip to content

Commit 576e5c2

Browse files
committed
Upgrade base image to 3.17.3
1 parent 17f82c9 commit 576e5c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
FROM harbor.ntppool.org/perlorg/base-os:3.15.0-1
1+
FROM harbor.ntppool.org/perlorg/base-os:3.17.3
22

33
# Note that this only builds dependencies and such, it doesn't
44
# actually include the site code etc itself. The site code
55
# includes the documents which are updated more often and we
66
# don't want to rebuild and restart the container each time.
77

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-
128
USER root
139

1410
RUN apk update; apk upgrade ; apk add curl git \

0 commit comments

Comments
 (0)