Skip to content

Commit

Permalink
Other dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 8, 2024
1 parent 1928645 commit 7ee4754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See rocksdb/README.md for instructions to update rocksdb version
FROM ghcr.io/strangelove-ventures/rocksdb:v7.10.2 AS rocksdb

FROM golang:1.20-alpine AS builder
FROM golang:1.23-alpine AS builder

RUN apk add --update --no-cache\
gcc\
Expand Down
2 changes: 1 addition & 1 deletion rocksdb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder

RUN apk add --update --no-cache\
gcc\
Expand Down

0 comments on commit 7ee4754

Please sign in to comment.