no1b4me commited on
Commit
e81f8f1
·
verified ·
1 Parent(s): 874e495

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Stage 1: Build the application
2
- FROM golang:1.21 AS builder
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app
 
1
  # Stage 1: Build the application
2
+ FROM golang:1.22 AS builder
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app