Skip to content

Commit

Permalink
Merge pull request #49 from basalam/update-go-version
Browse files Browse the repository at this point in the history
✨ feat: bump-up golang and debian version in docker
  • Loading branch information
mhkarimi1383 authored Jan 3, 2024
2 parents 24b262e + 5a223a0 commit 087980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes/image/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PGVERSION

# base build image
FROM golang:1.19-bullseye AS build_base
FROM golang:1.21-bookworm AS build_base

WORKDIR /stolon

Expand Down

0 comments on commit 087980b

Please sign in to comment.