Skip to content

Commit

Permalink
fix(deps): update node.js to v22.8.0 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: Niel Markwick <[email protected]>
  • Loading branch information
renovate-bot and nielm authored Sep 11, 2024
1 parent 77bc502 commit 5691156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudrun-malware-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:22.5.1
FROM node:22.8.0
WORKDIR /app
COPY . /app

Expand Down

0 comments on commit 5691156

Please sign in to comment.