johndeniel commited on
Commit
cbffe0a
1 Parent(s): ed6c105

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Golang image with Alpine Linux
2
- FROM golang:1.18-alpine
3
 
4
  # Set the current working directory inside the container
5
  WORKDIR /app
 
1
  # Use the official Golang image with Alpine Linux
2
+ FROM golang:1.20
3
 
4
  # Set the current working directory inside the container
5
  WORKDIR /app