Skip to content

Commit

Permalink
Go 1.22 for all etos-api services
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Oct 8, 2024
1 parent fe2faa6 commit 690f399
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/etos-iut/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build
WORKDIR /tmp/iut
COPY . .
RUN apk add --no-cache make=4.4.1-r2 git=2.45.2-r0 && make iut
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-iut/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22
WORKDIR /app

COPY ./go.mod ./go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-logarea/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22
WORKDIR /app

COPY ./go.mod ./go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-sse/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22
WORKDIR /app

COPY ./go.mod ./go.sum ./
Expand Down

0 comments on commit 690f399

Please sign in to comment.