Skip to content

Commit

Permalink
Fix inconsistent debian version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Aug 19, 2024
1 parent f2f4a0e commit ddd790e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/galexie/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder
FROM golang:1.22-bookworm AS builder

WORKDIR /go/src/github.com/stellar/go

Expand Down
2 changes: 1 addition & 1 deletion services/horizon/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye AS builder
FROM golang:1.22-bookworm AS builder

ARG VERSION="devel"
WORKDIR /go/src/github.com/stellar/go
Expand Down

0 comments on commit ddd790e

Please sign in to comment.