Skip to content

Commit c55c1e7

Browse files
committed
Update dependencies
1 parent 09f4090 commit c55c1e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*~
2+
.DS_Store

base-os/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.15.0
22

33
# Cache buster for occasionally resetting the cached images for the yum commands
4-
ENV LAST_UPDATED 2021-11-30
4+
ENV LAST_UPDATED 2022-01-29
55

66
RUN \
77
apk update && \

0 commit comments

Comments
 (0)