Skip to content

Commit

Permalink
re: freeze Go version in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Oct 22, 2024
1 parent ce2eb5d commit c50ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Docker container for resume generator

# Go environment setup
FROM golang:1.23-bookworm AS base
FROM golang:1.23.2-bookworm AS base
RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom
RUN echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom
RUN echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
Expand Down

0 comments on commit c50ccca

Please sign in to comment.