Skip to content

Commit

Permalink
bump image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Jan 27, 2024
1 parent 797ac54 commit e6d1cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bullseye AS pw_feeder_builder
FROM golang:1.21.6-bullseye AS pw_feeder_builder

ARG PW_FEEDER_BRANCH

Expand All @@ -12,7 +12,7 @@ RUN set -x && \
go mod tidy && \
go build ./cmd/pw-feeder/

FROM debian:bullseye-20231030
FROM debian:bullseye-20240110

ENV BEASTPORT=30005 \
MLATSERVERHOST=127.0.0.1 \
Expand Down

0 comments on commit e6d1cc8

Please sign in to comment.