Skip to content

Commit

Permalink
Upgrade alpine docker image base version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Jun 17, 2023
1 parent 2e5bc7a commit 42d37e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Multi stage build to separate docker build image from executable (to make the latter smaller)
FROM alpine:3.17.3 AS build
FROM alpine:3.18.2 AS build

# Install base & build dependencies, needed certificates for curl to work with https
RUN apk add --update --upgrade --no-cache g++ libc-dev curl-dev cmake ninja git ca-certificates
Expand Down

0 comments on commit 42d37e4

Please sign in to comment.