Skip to content

Commit

Permalink
Bump Go runtime from 1.22-alpine to 1.23-alpine in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw committed Jan 3, 2025
1 parent 9bbe644 commit 204c8d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HadesAPI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Go runtime as a parent image
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

# Set the working directory inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion HadesCloneContainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Go runtime as a parent image
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

# Set the working directory inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion HadesScheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Go runtime as a parent image
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

# Set the working directory inside the container
WORKDIR /app
Expand Down

0 comments on commit 204c8d5

Please sign in to comment.