Skip to content

Commit

Permalink
update golang version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Jan 23, 2025
1 parent ac1ca80 commit 9478e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1: build stellar-etl app
FROM golang:1.22.1-alpine AS build
FROM golang:1.23.4-alpine AS build

WORKDIR /usr/src/etl

Expand Down

0 comments on commit 9478e4e

Please # to comment.