Skip to content

Commit

Permalink
chore: Bump Dockerfile go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Nov 1, 2024
1 parent 8a3c222 commit a7f06fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.21.9
golang 1.22.8
nodejs 20.16.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build-env
FROM golang:1.22-alpine AS build-env

# Set up dependencies
# bash, jq, curl for debugging
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rocksdb-base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# published to https://hub.docker.com/repository/docker/kava/rocksdb/tags
# docker buildx build --platform linux/amd64,linux/arm64 -t kava/rocksdb:v8.10.1-go1.21 -f Dockerfile-rocksdb-base . --push
FROM golang:1.21-bullseye
FROM golang:1.22-bullseye

# Set up dependencies
RUN apt-get update \
Expand Down

0 comments on commit a7f06fb

Please sign in to comment.