Skip to content

Commit

Permalink
simulations: upgrade Go and Debian version for TC
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucascopelliti committed Sep 12, 2024
1 parent 3201fe5 commit ebcbd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/src/vehicle/tc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build
FROM golang:1.19-buster AS build
FROM golang:1.23.1-bookworm AS build

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY . .
RUN go get tc && go build -o /tc

## Deploy
FROM gcr.io/distroless/base-debian10
FROM gcr.io/distroless/base-debian12

WORKDIR /

Expand Down

0 comments on commit ebcbd5d

Please sign in to comment.