Skip to content

Commit

Permalink
update alpine docker to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Oct 5, 2023
1 parent 4a3125b commit 0190424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/Dockerfile_Alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.18
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN addgroup -S -g 1000 keydb && adduser -S -G keydb -u 999 keydb
RUN mkdir -p /etc/keydb
Expand Down

0 comments on commit 0190424

Please sign in to comment.