Skip to content

Commit

Permalink
feat(valkey): bump gcc version to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Aug 15, 2024
1 parent 9314fee commit 1e2b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Build stage ---
FROM docker.io/gcc:13.2 AS build
FROM docker.io/gcc:14.2 AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 1e2b4da

Please sign in to comment.