Skip to content

Commit

Permalink
Merge pull request #8 from GSA-TTS/upgrade-libcrypto3
Browse files Browse the repository at this point in the history
Upgrade libcrypto3 to bump from 3.1.4-r1 -> 3.1.4-r4
  • Loading branch information
jadudm committed Jan 29, 2024
2 parents 19ef06f + 1a5cc0c commit 780c2a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine3.18 as build

# Update libraries
RUN apk update upgrade
RUN apk update upgrade

# Set workdir
WORKDIR /go/src
Expand All @@ -21,6 +21,9 @@ RUN apk update upgrade && apk add --no-cache tzdata
# Enable Bash & logrotate
RUN apk add bash logrotate

# Update lobcrypto3
RUN apk upgrade libssl3 libcrypto3

COPY clamavlogrotate /etc/logrotate.d/clamav

# Set timezone to Europe/Zurich
Expand Down

0 comments on commit 780c2a3

Please sign in to comment.