Skip to content

Commit

Permalink
chore: Update container image (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed Jul 29, 2024
1 parent 7ca9729 commit 1297f04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.18.6
FROM alpine:3.18.8

ENV OPERATOR=/usr/local/bin/gerrit-operator \
USER_UID=1001 \
USER_NAME=gerrit-operator \
HOME=/home/gerrit-operator

RUN apk add --no-cache ca-certificates==20240226-r0 \
openssh-client==9.3_p2-r1 \
openssl==3.1.5-r0 \
openssh-client==9.3_p2-r2 \
openssl==3.1.6-r0 \
git==2.40.1-r0

# install operator binary
Expand Down

0 comments on commit 1297f04

Please sign in to comment.